

.anythingSlider                         { width: 643px; position: relative; margin:0px; }
.anythingSlider .wrapper                { width: 643px; overflow: auto; height: 350px; margin:0px 0px 0px 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width:7000px; list-style: none; position: absolute; top: 13px; left: 0px;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; width:643px; height:295px; margin: 0; overflow:hidden; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 0px; no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; background: urideide; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top:315px; padding-right:115px;  text-align: center; }
#thumbNav a                             { color: black; font-family:Arial, Helvetica, sans-serif; font-size:15px; text-decoration:none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 3px 0 0; background: #dd397e; text-align: center; }
#thumbNav a:hover                       { background-image: none; background: #dd7506; }
#thumbNav a.cur                         { background: #d5a74e; }


#start-stop                             { background:#9C0;  background-repeat: repeat-x; color:#000; padding: 2px 5px 5px 5px; width: 60px; text-align: center; position: absolute; right: 150px; top: 290px;  }
#start-stop.playing                     { background-color:#dddcdc; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position:static; margin: 0px; list-style:none;  margin:0; background: none; overflow: visible; width: auto; border: 0;}
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
